listbase: Fix an off-by-one error
authorMatthias Clasen <mclasen@redhat.com>
Sat, 6 Jun 2020 04:15:50 +0000 (00:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 6 Jun 2020 04:15:50 +0000 (00:15 -0400)
commitfacfff0022ffb46e6c09d815521c76532030e85b
treeb91f683d258d9e433ca2e68e6d2d22d19322dc77
parentf8b4083f4702b807a90809fc71a08ba071913357
listbase: Fix an off-by-one error

We were accidentally cutting off the set one-too-early,
which showed up as single clicks not selecting an item
anymore.
gtk/gtklistbase.c